Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / GcBitmap Constructor / GcBitmap Constructor(Image,Nullable<Rectangle>,Boolean)
GrapeCity.Documents.Drawing.Image used as the source of image data.
Clipping rectangle of the image to be loaded.
Indicates whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.

In This Topic
    GcBitmap Constructor(Image,Nullable<Rectangle>,Boolean)
    In This Topic
    Initializes a new instance of the GcBitmap class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal image As Image, _
       Optional ByVal imageRect As System.Nullable(Of Rectangle), _
       Optional ByVal storeInTempFile As System.Boolean _
    )
    public GcBitmap( 
       Image image,
       System.Nullable<Rectangle> imageRect,
       System.bool storeInTempFile
    )

    Parameters

    image
    GrapeCity.Documents.Drawing.Image used as the source of image data.
    imageRect
    Clipping rectangle of the image to be loaded.
    storeInTempFile
    Indicates whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.
    See Also